GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-01-26T10:29:01.9998028+00:00",
"SubmitDate": "2026-01-26T10:29:01.9998028+00:00",
"ReportPeriodStart": "2026-01-26T10:29:01.9998028+00:00",
"ReportPeriodEnd": "2026-01-26T10:29:01.9998028+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "1f4b582a-49c7-40b9-86ae-0458909f0293",
"Rows": [
{
"ItemId": "c661e39d-2b66-4805-a17e-36b8853917d2",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "c661e39d-2b66-4805-a17e-36b8853917d2",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "1f4b582a-49c7-40b9-86ae-0458909f0293",
"Rows": [
{
"ItemId": "c661e39d-2b66-4805-a17e-36b8853917d2",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "c661e39d-2b66-4805-a17e-36b8853917d2",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"4be6fad2-7e81-4ad0-b906-7aa8cd899226",
"a126b41b-0e84-4a1d-ae52-9dc2b2c362cd"
],
"Approvers": [
"21c8563b-69d9-4c76-9528-6862be1da23c",
"0456f91e-7f7e-49f4-ac63-afe12c0d0909"
],
"ApprovedBy": "73fccc25-e87c-4214-8e6b-38d52b3da539",
"ApprovalDate": "2026-01-26T10:29:01.9998028+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "d01861e7-961f-401c-b258-1ff362631919",
"id": "44704bea-03c7-4371-b235-188e670bf39d",
"ConfigId": "d0a1e72b-49ca-4e74-a261-1851601dc3cd"
},
{
"GenerationDate": "2026-01-26T10:29:01.9998028+00:00",
"SubmitDate": "2026-01-26T10:29:01.9998028+00:00",
"ReportPeriodStart": "2026-01-26T10:29:01.9998028+00:00",
"ReportPeriodEnd": "2026-01-26T10:29:01.9998028+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "1f4b582a-49c7-40b9-86ae-0458909f0293",
"Rows": [
{
"ItemId": "c661e39d-2b66-4805-a17e-36b8853917d2",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "c661e39d-2b66-4805-a17e-36b8853917d2",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "1f4b582a-49c7-40b9-86ae-0458909f0293",
"Rows": [
{
"ItemId": "c661e39d-2b66-4805-a17e-36b8853917d2",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "c661e39d-2b66-4805-a17e-36b8853917d2",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"4be6fad2-7e81-4ad0-b906-7aa8cd899226",
"a126b41b-0e84-4a1d-ae52-9dc2b2c362cd"
],
"Approvers": [
"21c8563b-69d9-4c76-9528-6862be1da23c",
"0456f91e-7f7e-49f4-ac63-afe12c0d0909"
],
"ApprovedBy": "73fccc25-e87c-4214-8e6b-38d52b3da539",
"ApprovalDate": "2026-01-26T10:29:01.9998028+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "d01861e7-961f-401c-b258-1ff362631919",
"id": "44704bea-03c7-4371-b235-188e670bf39d",
"ConfigId": "d0a1e72b-49ca-4e74-a261-1851601dc3cd"
}
]